home *** CD-ROM | disk | FTP | other *** search
- Subject: Convincing FW_CIdler to Idle
- Sent: 6/20/96 5:38 AM
- Received: 6/24/96 8:25 AM
- From: Serge Froment, sfroment@odyssee.net
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Dear ODF Team:
-
- I am trying to set a FW_CIdler to my frame, but the DoIdle method of my
- frame is never called. I have traced it to the fact that
- FW_CEventDispatcher::DispatchNullEvent calls the HandleIdle method of the
- target view, which is my content view. Since my content view's DoIdle
- method is not overriden, nothing happens.
-
- Shouldn't FW_MEventHandler::HandleIdle forward the null event to the next
- handler if the DoIdle returns false?
-
- Serge
-
-